Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGFEColorMatrixElement

Extends SVGElement. Implements SVGFilterPrimitiveStandardAttributes, SVGFilterPrimitiveStandardAttributes.

Properties
const unsigned short
SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3
Corresponds to value 'hueRotate'.
const unsigned short
SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4
Corresponds to value 'luminanceToAlpha'.
const unsigned short
SVG_FECOLORMATRIX_TYPE_MATRIX = 1
Corresponds to value 'matrix'.
const unsigned short
SVG_FECOLORMATRIX_TYPE_SATURATE = 2
Corresponds to value 'saturate'.
const unsigned short
SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.
SVGAnimatedLength
height
The height coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedString
in1
Corresponds to attribute ‘in’ on the given ‘feBlend’ element.
SVGAnimatedString
result
Corresponds to attribute ‘result’ on the given element.
SVGAnimatedEnumeration
type
Corresponds to attribute ‘type’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.
SVGAnimatedNumberList
values
Corresponds to attribute ‘values’ on the given ‘feColorMatrix’ element.
SVGAnimatedLength
width
The width coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLength
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.